toMap method

Map<String, Object?> toMap()

Converts this object to a platform-channel map.

Implementation

Map<String, Object?> toMap() => <String, Object?>{
      'restoreIdentifier': restoreIdentifier,
      'scanTimeoutMs': scanTimeoutMs,
      'allowDuplicates': allowDuplicates,
      'autoReconnect': autoReconnect,
      'filters': filters,
    };