value property

  1. @override
int value
override

If this is a constant expressions, the constant interpreter will compute the value and assign to this property, otherwise, this peoperty is null.

Implementation

@override
int get value => _value;
void value=(dynamic _value)
inherited

If this is a constant expressions, the constant interpreter will compute the value and assign to this property, otherwise, this peoperty is null.

Implementation

dynamic value;