factory ColumnDescription.fromJson(Map<String, dynamic> json) { return ColumnDescription( text: json['Text'] as String?, ); }