JsonStateEncoder top-level property
A State encoder that converts a state instances to stringified JSON
Implementation
StateEncoder<dynamic> JsonStateEncoder = (dynamic state) => jsonEncode(state);
A State encoder that converts a state instances to stringified JSON
StateEncoder<dynamic> JsonStateEncoder = (dynamic state) => jsonEncode(state);