copyWith method
Returns a new instance by overriding the values passed as arguments
Implementation
EventObserver copyWith({
int /*U32*/ ? ref,
}) =>
EventObserver(ref: ref ?? this.ref);
Returns a new instance by overriding the values passed as arguments
EventObserver copyWith({
int /*U32*/ ? ref,
}) =>
EventObserver(ref: ref ?? this.ref);