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