factory JoinKeyProperties.fromJson(Map<String, dynamic> json) { return JoinKeyProperties( uniqueKey: json['UniqueKey'] as bool?, ); }