json property

  1. @override
String get json

Returns the entity as a JSON string

Implementation

@override
String get json => jsonEncode(source);