otherKeys property

Map<String, String> otherKeys

Implementation

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