copyWith method

YMap copyWith({
  1. int? ref,
})

Returns a new instance by overriding the values passed as arguments

Implementation

YMap copyWith({int /*U32*/ ? ref}) => YMap(ref: ref ?? this.ref);