toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (bidCount != null) 'bidCount': bidCount!,
if (detail != null) 'detail': detail!,
if (detailId != null) 'detailId': detailId!,
if (rowDimensions != null) 'rowDimensions': rowDimensions!,
};