ResourceProperties.fromJson constructor
ResourceProperties.fromJson(
- Map json_
Implementation
ResourceProperties.fromJson(core.Map json_)
: this(
excludesDescendants: json_['excludesDescendants'] as core.bool?,
);