has method

bool has(
  1. Key key
)

Implementation

bool has(Key key) => _multiToast.containsKey(key);