DeleteProtectedRangeRequest.fromJson constructor
DeleteProtectedRangeRequest.fromJson(
- Map json_
Implementation
DeleteProtectedRangeRequest.fromJson(core.Map json_)
: this(
protectedRangeId: json_.containsKey('protectedRangeId')
? json_['protectedRangeId'] as core.int
: null,
);