isRequired property
bool
get
isRequired
Whether this
has the @required
trait.
Implementation
bool get isRequired => hasTrait<RequiredTrait>();
Whether this
has the @required
trait.
bool get isRequired => hasTrait<RequiredTrait>();