toJson method
toJson
is the convention for a class to declare support for serialization
to JSON. The implementation simply calls the private, generated
helper method _$EvidenceToJson
.
Implementation
String toJson() => toString();
toJson
is the convention for a class to declare support for serialization
to JSON. The implementation simply calls the private, generated
helper method _$EvidenceToJson
.
String toJson() => toString();