Serialize a Td instance to a JSON string. If skipNulls is true the fields with null values are not serialized.
skipNulls
true
String toJson({skipNulls = true}) { return jsonEncode(toMap(skipNulls: skipNulls)); }