AssetMetadata constructor

const AssetMetadata({
  1. String? assetTag,
  2. DateTime? lastInspection,
  3. DateTime? nextMaintenance,
  4. String? location,
  5. String? installedBy,
  6. DateTime? installationDate,
  7. List<FieldMeasurement> fieldMeasurements = const [],
})

Implementation

const AssetMetadata({
  this.assetTag,
  this.lastInspection,
  this.nextMaintenance,
  this.location,
  this.installedBy,
  this.installationDate,
  this.fieldMeasurements = const [],
});