DSSEHint.fromJson constructor

DSSEHint.fromJson(
  1. Map json_
)

Implementation

DSSEHint.fromJson(core.Map json_)
    : this(
        humanReadableName: json_.containsKey('humanReadableName')
            ? json_['humanReadableName'] as core.String
            : null,
      );