stateEncoder property

StateEncoder<State> stateEncoder
getter/setter pair

The function used to encode state to a String for sending. If not specifies, defaults to JsonStateEncoder

Implementation

late StateEncoder<State> stateEncoder;