factory PropertyKey.fromJson(Map<String, Object?> json) { return PropertyKey( key: json[r'key'] as String?, self: json[r'self'] as String?, ); }