toJson method

Map<String, dynamic> toJson()

Converts this Manifest to JSON

Implementation

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