id property

String id

Implementation

String get id {
  if (subtype != null) {
    return '$type/$subtype';
  }
  return type;
}