CacheControl constructor

CacheControl([
  1. void updates(
    1. CacheControlBuilder b
    )?
])

Implementation

factory CacheControl([void Function(CacheControlBuilder b)? updates]) =
    _$CacheControl;