syncCodec property

Codec<U, dynamic>? syncCodec

Codec used to serialize the state data on the server and deserialize on the client Should convert the state to any dynamic type: Null, bool, double, int, Uint8List, String, Map, List

Implementation

Codec<U, dynamic>? get syncCodec;