GaDataDataTableCols.fromJson constructor

GaDataDataTableCols.fromJson(
  1. Map json_
)

Implementation

GaDataDataTableCols.fromJson(core.Map json_)
    : this(
        id: json_['id'] as core.String?,
        label: json_['label'] as core.String?,
        type: json_['type'] as core.String?,
      );