AccumulableInfo.fromJson constructor

AccumulableInfo.fromJson(
  1. Map json_
)

Implementation

AccumulableInfo.fromJson(core.Map json_)
    : this(
        accumullableInfoId: json_['accumullableInfoId'] as core.String?,
        name: json_['name'] as core.String?,
        update: json_['update'] as core.String?,
        value: json_['value'] as core.String?,
      );