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