jsonEncoder property
final
The encoder to convert a Map<> to a json string with a nice indent
Implementation
final JsonEncoder jsonEncoder = const JsonEncoder.withIndent(" ");
The encoder to convert a Map<> to a json string with a nice indent
final JsonEncoder jsonEncoder = const JsonEncoder.withIndent(" ");