menu
frost package
documentation
property.dart
Property<T>
call method
call method
dark_mode
light_mode
call
method
T
call
(
)
Returns the value of the property. Same as the getter value.
Implementation
T call() { return value; }
frost package
documentation
property
Property<T>
call method
Property class