BeaDefaultDto constructor

BeaDefaultDto(
  1. String? key,
  2. String? type,
  3. String? value,
  4. String? description,
  5. String? regex,
  6. String? table,
  7. String? field,
  8. BigInt? id,
)

Implementation

BeaDefaultDto(this.key, this.type, this.value, this.description, this.regex, this.table, this.field, this.id);