include static method

UserProfileImageInclude include({
  1. UserProfileInclude? userProfile,
})

Implementation

static UserProfileImageInclude include({
  _i2.UserProfileInclude? userProfile,
}) {
  return UserProfileImageInclude._(userProfile: userProfile);
}