containOther method

bool containOther(
  1. dynamic key
)

Implementation

bool containOther(dynamic key) => others.containsKey(key);