map property

Map? map

Implementation

Map? get map => value is Map ? value as Map? : null;