copyWith method

GetBusinessAccountStarAmount copyWith({
  1. String? businessConnectionId,
})

Implementation

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