Mani constructor

Mani({
  1. int? status,
  2. DateTime? createAt,
  3. DateTime? updateAt,
  4. String? createBy,
  5. String? updateBy,
})

Implementation

Mani({this.status, this.createAt, this.updateAt, this.createBy, this.updateBy});