HttpSyncService<T> class
- Implemented types
Constructors
-
HttpSyncService(String endpoint, Map<
String, dynamic> serializer(T model))
Properties
- endpoint → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
serializer
→ Map<
String, dynamic> Function(T model) -
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sync(
List< T> models, {List<SyncAction> ? actions}) → Future<SyncResult> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited