map property

dynamic map

Return this ACL into Map format

Implementation

dynamic get map => _map.map((k, v) => MapEntry(k, v._map));