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));
}