$_with_meta$1 method

dynamic $_with_meta$1(
  1. dynamic new_meta$1
)
override

Implementation

dc.dynamic $_with_meta$1(dc.dynamic new_meta$1, ){
if(dc.identical(new_meta$1, meta, )){
return this;
}
return lcoc_core.LazySeq(new_meta$1, ((){
final lcoc_core.LazySeq<E> o7603$1=this;
if((o7603$1 is lcoc_core.ISeqable$iface)){
return ((o7603$1 as lcoc_core.ISeqable$iface).$_seq$0());
}
return ((lcoc_core.ISeqable.extensions(o7603$1, ) as lcoc_core.ISeqable$ext).$_seq$0(o7603$1, ));
} as dc.dynamic?), null, $UNDERSCORE_$UNDERSCORE_hash, );
}