copyWith method

Implementation

GroupsItemsNumberGainsBluePut$RequestBody copyWith({double? data}) {
  return GroupsItemsNumberGainsBluePut$RequestBody(data: data ?? this.data);
}