WaterfallChartCustomSubtotal.fromJson constructor

WaterfallChartCustomSubtotal.fromJson(
  1. Map json_
)

Implementation

WaterfallChartCustomSubtotal.fromJson(core.Map json_)
  : this(
      dataIsSubtotal: json_['dataIsSubtotal'] as core.bool?,
      label: json_['label'] as core.String?,
      subtotalIndex: json_['subtotalIndex'] as core.int?,
    );