containsType method

bool containsType(
  1. T attribute
)

Implementation

bool containsType(T attribute) =>
    _map?.containsKey(attribute.runtimeType) ?? false;