toJson method

Iterable<Map<String, dynamic>> toJson()

Implementation

Iterable<Map<String, dynamic>> toJson() => map((tag) => tag.toJson());