toJson method

Map<String, dynamic> toJson()

Transforma uma Collection em um Map

Implementation

Map<String, dynamic> toJson() => _$CollectionToJson(this);