Source
List<Field> get constants { if (_constants != null) return _constants; _constants = _allFields.where((f) => f.isConst).toList(growable: false) ..sort(byName); return _constants; }
List<Field> get constants { if (_constants != null) return _constants; _constants = _allFields.where((f) => f.isConst).toList(growable: false) ..sort(byName); return _constants; }