mirror of
https://github.com/DefinedNet/mobile_nebula.git
synced 2025-02-22 19:15:27 +00:00
dart fix --apply --code=prefer_collection_literals
This commit is contained in:
parent
dd43eee436
commit
1bebe64c10
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