decode method
- Store store,
- DocumentSnapshot snapshot
Implementation
static Doc<ServiceControlEntity> decode(Store store, DocumentSnapshot snapshot) => Doc<ServiceControlEntity>(
store,
snapshot.reference,
ServiceControlEntity.fromJson(snapshot.data),
);