isSupportedNa method

bool isSupportedNa(
  1. Map map
)

Implementation

bool isSupportedNa(Map map) {
  var name = map[tag];
  return name != null;
}