LMChartItemConfig.fromJson constructor

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

Implementation

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