ValidationOptions constructor
const
ValidationOptions({})
Creates a new ValidationOptions instance.
All parameters are optional and have default values:
nsDomains
: empty list
Implementation
const ValidationOptions({
this.network,
this.testnet = false,
this.enabledLegacy = true,
this.emojiAllowed = true,
this.nsDomains = const [],
});