isListOrNull property

bool isListOrNull

is List or Null

Implementation

bool get isListOrNull => this is List || this == null;