fluentic_types library

Classes

FluenticTypeAdapter<T>

Functions

isPlainFluenticType(Type t) bool
printFluenticSetupStatus() → void
registerFluenticModel<T>({required FromJsonFunction<T> fromJson, required T exampleInstance}) → void
Public function for users to explicitly register their CUSTOM model types. Built-in types (int, String, List

Typedefs

FromJsonFunction<T> = T Function(Map<String, dynamic> json)