copyWith method

PermissionsAll copyWith({
  1. ProjectInquiry? projectInquiry,
})

Implementation

PermissionsAll copyWith({  ProjectInquiry? projectInquiry,
}) => PermissionsAll(  projectInquiry: projectInquiry ?? _projectInquiry,
);