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