DomainClass constructor

DomainClass(
  1. String id,
  2. String? text
)

Implementation

DomainClass(this.id, this.text);