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