SecretKey constructor

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

Implementation

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