$ServiceControlEntityCopyWith<$Res> constructor

$ServiceControlEntityCopyWith<$Res>(
  1. ServiceControlEntity value,
  2. $Res then(
    1. ServiceControlEntity
    )
)

Implementation

factory $ServiceControlEntityCopyWith(ServiceControlEntity value,
        $Res Function(ServiceControlEntity) then) =
    _$ServiceControlEntityCopyWithImpl<$Res>;