otherKeys property

Map<String, String> get otherKeys

Implementation

Map<String, String> get otherKeys {
  return keys?.otherKeys ?? const {};
}