PropertyDisplayOptions.fromJson constructor
PropertyDisplayOptions.fromJson(
- Map json_
Implementation
PropertyDisplayOptions.fromJson(core.Map json_)
: this(displayLabel: json_['displayLabel'] as core.String?);