modelInitializer property

Map<Type, ModelDecoderFunction> modelInitializer
final

modelInitializer Maps your type to a decode function. IMPORTANT: Your type (the key) MUST implement LSJsonEncodable. Example: { AuthData: AuthData.decode }

Implementation

final Map<Type, ModelDecoderFunction> modelInitializer;