getDeep and setDeep for dart maps
More...
final a = {}; a.setDeep('a.b.c', 42); a.getDeep('a'); // { b: { c: 42 } } a.getDeep('a.b.c'); // 42
MIT
lesnitsky.dev
Repository (GitHub)View/report issues
MIT (license)
flutter
Packages that depend on deep_map
Back