factory ColumnItem.fromJson(Map<String, Object?> json) { return ColumnItem( label: json[r'label'] as String?, value: json[r'value'] as String?, ); }