Map<String, Object?> toJson() { var expands = this.expands; final json = <String, Object?>{}; json[r'_expands'] = expands; return json; }