MembershipProjectGrantQuery constructor
      
      MembershipProjectGrantQuery({ 
    
    
- String? projectGrantId,
Implementation
factory MembershipProjectGrantQuery({
  $core.String? projectGrantId,
}) {
  final $result = create();
  if (projectGrantId != null) {
    $result.projectGrantId = projectGrantId;
  }
  return $result;
}