properties abstract method

Future<BaseProperties> properties({
  1. Map<String, dynamic>? extra,
})

Report a dictionary mapping optional properties to whether it is supported by this base.

For more information, see Base component.

Implementation

Future<BaseProperties> properties({Map<String, dynamic>? extra});