copyWith method
Implementation
GetBusinessAccountStarAmount copyWith({String? businessConnectionId}) =>
GetBusinessAccountStarAmount(
businessConnectionId: businessConnectionId ?? this.businessConnectionId,
);
GetBusinessAccountStarAmount copyWith({String? businessConnectionId}) =>
GetBusinessAccountStarAmount(
businessConnectionId: businessConnectionId ?? this.businessConnectionId,
);