Replica constructor

Replica({
  1. String? code,
  2. String? name,
  3. String? scene,
  4. String? mode,
  5. String? plan,
  6. String? appset,
  7. String? memo,
  8. String? srcUri,
  9. String? dstUri,
  10. String? raw,
  11. String? last,
  12. int? size,
  13. int? status,
  14. DateTime? createAt,
  15. DateTime? updateAt,
  16. String? createBy,
  17. String? updateBy,
})

Implementation

Replica({this.code, this.name, this.scene, this.mode, this.plan, this.appset, this.memo, this.srcUri, this.dstUri, this.raw, this.last, this.size, this.status, this.createAt, this.updateAt, this.createBy, this.updateBy});