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