Flutter
meta
Required
Required const constructor
Required
Required class
Constructors
Required
Properties
reason
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Required constructor
const
Required
(
[
String
reason
])
Initialize a newly created instance to have the given
reason
.
Implementation
const Required([this.reason]);