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