ReportCacheModelCompanion constructor

const ReportCacheModelCompanion({
  1. Value<int> id = const Value.absent(),
  2. Value<String> date = const Value.absent(),
  3. Value<String> exception = const Value.absent(),
  4. Value<String> deviceInfo = const Value.absent(),
})

Implementation

const ReportCacheModelCompanion({
  this.id = const Value.absent(),
  this.date = const Value.absent(),
  this.exception = const Value.absent(),
  this.deviceInfo = const Value.absent(),
});