copyWith method
Implementation
GetMenuButton copyWith({
int? userId,
}) =>
GetMenuButton(
userId: userId ?? this.userId,
);
GetMenuButton copyWith({
int? userId,
}) =>
GetMenuButton(
userId: userId ?? this.userId,
);