fluentic_types library
Classes
Properties
-
fluenticTypeAdapters
→ Map<
Type, FluenticTypeAdapter> -
final
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)