columnWidths property
- @JsonKey.new(name: 'columnWidths')
getter/setter pair
Implementation
@JsonKey(name: 'columnWidths')
// Setting data type of this field to be 'dynamic' instead of
// 'Map<int, TableColumnWidth>?' for now.
dynamic columnWidths;