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