copyWith method
Implementation
UserAnonymousExpandable copyWith({String? operations}) {
return UserAnonymousExpandable(
operations: operations ?? this.operations,
);
}
UserAnonymousExpandable copyWith({String? operations}) {
return UserAnonymousExpandable(
operations: operations ?? this.operations,
);
}