AssetsModel constructor

AssetsModel(
  1. String name,
  2. String asset_name,
  3. String status,
  4. String location,
  5. String asset_category,
)

Implementation

AssetsModel(
  this.name,
  this.asset_name,
  this.status,
  this.location,
  this.asset_category,
);