menu
func_dart_core
identity
Identity
<
A
>
Identity constructor
Identity
brightness_4
brightness_5
Identity<
A
>
constructor
Identity<
A
>
(
A
value
)
Constructs an
Identity
instance that holds the provided
value
.
Implementation
Identity(this.value);
func_dart_core
identity
Identity
<
A
>
Identity constructor
Identity class
Constructors
Identity
Properties
hashCode
runtimeType
value
Methods
noSuchMethod
toString
Operators
operator ==