toJson method

  1. @override
Map<String, dynamic> toJson()
override

Implementation

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