copyWith method
Implementation
GetGrossingWebAppBots copyWith({String? offset, int? limit}) =>
GetGrossingWebAppBots(
offset: offset ?? this.offset,
limit: limit ?? this.limit,
);
GetGrossingWebAppBots copyWith({String? offset, int? limit}) =>
GetGrossingWebAppBots(
offset: offset ?? this.offset,
limit: limit ?? this.limit,
);