MembershipProjectGrantQuery constructor

MembershipProjectGrantQuery({
  1. String? projectGrantId,
})

Implementation

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