DeleteProtectedRangeRequest.fromJson constructor

DeleteProtectedRangeRequest.fromJson(
  1. Map json_
)

Implementation

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