asMap method

  1. @override
Map<String, dynamic> asMap()
override

Creates a description of the object compatible with PlatformChannels.

Only used as an internal method and for debugging.

Implementation

@override
Map<String, dynamic> asMap() {
  return <String, dynamic>{'handle': _handle};
}