hasDimensions method

bool hasDimensions(
  1. String id
)

Implementation

bool hasDimensions(String id) => _dimensions.containsKey(id);