value property
T
get
value
Decoded constant value from the bytes using the type codec
Implementation
T get value {
return type.decode(Input.fromBytes(bytes));
}
Decoded constant value from the bytes using the type codec
T get value {
return type.decode(Input.fromBytes(bytes));
}