copyWith method
Implementation
LatestBlockResponse$Response copyWith({BlockSchema? block}) {
return LatestBlockResponse$Response(block: block ?? this.block);
}
LatestBlockResponse$Response copyWith({BlockSchema? block}) {
return LatestBlockResponse$Response(block: block ?? this.block);
}