AssetMovementModel constructor

AssetMovementModel(
  1. String name,
  2. String purpose,
  3. String transaction_date,
  4. String asset_name,
  5. String source_location,
  6. String target_location,
)

Implementation

AssetMovementModel(
  this.name,
  this.purpose,
  this.transaction_date,
  this.asset_name,
  this.source_location,
  this.target_location,
);