@override Map<String, dynamic> toJson() { final json = _$FluentRowToJson(this); json['type'] = 'row'; if (rowHeight != null) json['rowHeight'] = rowHeight; return json; }