Map<String, dynamic> toJson() { final json = <String, dynamic>{}; if (dollarRef != null) { json[r'$ref'] = dollarRef; } return json; }