toJson method

Map<String, dynamic> toJson()

Converts this Source into a JSON friendly type of Map<String, dynamic>

returns a Map<String, dynamic> representation.

Implementation

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