SyncGeneratorHelper class Null safety

Constructors

SyncGeneratorHelper()

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
inherited

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited

Static Methods

engineModelToSqlOrRest(EngineModel model) String
For using EngineModel with Sync [...]
enumFromSqlOrRest<T>(Iterable<T> enumValues, String enumName, T fallback) → T
Example [...]
enumToSqlOrRest<T>(T enumValue) String
Example [...]
mapToSql(Map mapValue) String
Example [...]
relationToRest<T extends OfflineFirstWithRestModel>(OfflineFirstWithRestAdapter<T> adapter, T relationValue, dynamic provider, dynamic repository) Future<Map<String, dynamic>>
Example [...]
sqlOrRestToEngineModel<T extends EngineModel>(Function fromJson, String sqlOrRestValue) → T
For using EngineModel with Sync [...]