toMap method

Map<String, dynamic> toMap ()
override

Gets content of the current object as a Dictionary.

  • Returns: The Dictionary representing the content of the current object.

Implementation

Map<String, dynamic> toMap() => Map.from(_data);