EthosScope constructor

const EthosScope({
  1. required String domain,
  2. String? description,
  3. List<String>? tags,
})

Implementation

const EthosScope({
  required this.domain,
  this.description,
  this.tags,
});