EventWorkingLocationPropertiesCustomLocation.fromJson constructor

EventWorkingLocationPropertiesCustomLocation.fromJson(
  1. Map json_
)

Implementation

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