copyWith method
Implementation
Animations copyWith({
List<Animation>? animations,
dynamic extra,
int? clientId,
}) => Animations(
animations: animations ?? this.animations,
extra: extra ?? this.extra,
clientId: clientId ?? this.clientId,
);