map property

Map map
final

A map to be printed in the console. To print a object, call his toMap() function.

The model will be indented automatically when transformed to a string.

Implementation

final Map<dynamic, dynamic> map;