Closed danylo-safonov-solid closed 7 months ago
final X _x = ...; X get x => _x;
is functionally the same to
final x = ...;
is functionally the same to