Domain constructor

Domain({
  1. String? domainName,
  2. String? resourceState,
  3. Money? yearlyPrice,
})

Implementation

Domain({this.domainName, this.resourceState, this.yearlyPrice});