ColumnDescriptor.fromMap constructor
Implementation
ColumnDescriptor.fromMap(Map<String, Object?> obj)
: attributeName = obj['attributeName'] as String,
format = obj['format'] as String?,
label = obj['label'] as String,
type = obj['type'] as String?,
width = obj['width'] as int?;