GeoLocationsCompanion constructor

const GeoLocationsCompanion({
  1. Value<String> ip = const Value.absent(),
  2. Value<String> data = const Value.absent(),
  3. Value<String?> language = const Value.absent(),
  4. Value<PreciseDateTime> updatedAt = const Value.absent(),
  5. Value<int> rowid = const Value.absent(),
})

Implementation

const GeoLocationsCompanion({
  this.ip = const Value.absent(),
  this.data = const Value.absent(),
  this.language = const Value.absent(),
  this.updatedAt = const Value.absent(),
  this.rowid = const Value.absent(),
});