toMap method

Map toMap()

Create a Map from the values of the object.

Implementation

Map toMap() => Map.from(this);