value property
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
double get value => _value;
set
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;