BackendServiceCdnPolicy_CacheMode.fromJson constructor

BackendServiceCdnPolicy_CacheMode.fromJson(
  1. Object? json
)

Implementation

factory BackendServiceCdnPolicy_CacheMode.fromJson(Object? json) =>
    BackendServiceCdnPolicy_CacheMode(json as String);