include static method

GoogleAccountInclude include({
  1. AuthUserInclude? authUser,
})

Implementation

static GoogleAccountInclude include({_i2.AuthUserInclude? authUser}) {
  return GoogleAccountInclude._(authUser: authUser);
}