mirror of
https://github.com/DefinedNet/mobile_nebula.git
synced 2025-03-04 15:55:30 +00:00
dart fix --apply --code=prefer_collection_literals
This commit is contained in:
parent
a82b8a751a
commit
001efde9ee
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ bool DEFAULT_TRACK_ERRORS = true;
|
|||
class Settings {
|
||||
final _storage = Storage();
|
||||
final StreamController _change = StreamController.broadcast();
|
||||
var _settings = Map<String, dynamic>();
|
||||
var _settings = <String, dynamic>{};
|
||||
|
||||
bool get useSystemColors {
|
||||
return _getBool('systemDarkMode', true);
|
||||
|
|
Loading…
Reference in a new issue