ColData.fromJson constructor

ColData.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory ColData.fromJson(Map<String, dynamic> json) =>
    _$ColDataFromJson(json);