ResultLabels.fromJson constructor

ResultLabels.fromJson(
  1. Map json_
)

Implementation

ResultLabels.fromJson(core.Map json_)
    : this(
        displayName: json_['displayName'] as core.String?,
        labelWithOp: json_['label_with_op'] as core.String?,
        name: json_['name'] as core.String?,
      );