dataCodec property

StateDataCodec? dataCodec
final

The StateDataCodec that should be used to serialize and deserialize any state data associated with this node.

Implementation

final StateDataCodec<dynamic>? dataCodec;