DSSEHint.fromJson constructor
DSSEHint.fromJson(
- Map json_
Implementation
DSSEHint.fromJson(core.Map json_)
: this(
humanReadableName: json_['humanReadableName'] as core.String?,
);
DSSEHint.fromJson(core.Map json_)
: this(
humanReadableName: json_['humanReadableName'] as core.String?,
);