isMapOrNull property

bool isMapOrNull

is Map or Null

Implementation

bool get isMapOrNull => this is Map || this == null;