isOverlayType static method

bool isOverlayType(
  1. Type runtimeType
)

Implementation

static bool isOverlayType(Type runtimeType) =>
    _overlayTypes.contains(runtimeType);