copyWith property

Implementation

CopyWith$Input$DepartmentInput<Input$DepartmentInput> get copyWith =>
    CopyWith$Input$DepartmentInput(
      this,
      (i) => i,
    );