modelInitializer property
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;