treewide: use dot shorthands where possible
Now this feature is stable, we should use it. I might have missed some usecases, but these can be added in future commits.
This commit is contained in:
parent
6281c1d13a
commit
d2ec5f035b
67 changed files with 391 additions and 534 deletions
|
|
@ -4,7 +4,7 @@ import "package:nexus/models/space_edge.dart";
|
|||
|
||||
class SpaceEdgesController extends Notifier<IMap<String, IList<SpaceEdge>>> {
|
||||
@override
|
||||
IMap<String, IList<SpaceEdge>> build() => const IMap.empty();
|
||||
IMap<String, IList<SpaceEdge>> build() => .new();
|
||||
|
||||
void set(IMap<String, IList<SpaceEdge>> newEdges) =>
|
||||
state = state.addAll(newEdges);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue