HttpSyncService<T> constructor

HttpSyncService<T>(
  1. String endpoint,
  2. Map<String, dynamic> serializer(
    1. T model
    )
)

Implementation

HttpSyncService(this.endpoint,this.serializer);