OfflineFirst constructor

const OfflineFirst({
  1. Map<String, String>? where,
})

Annotates classes that require extra manipulation to map to the expected field type

Implementation

const OfflineFirst({
  this.where,
});