SendData copyWith({ String? amount, String? address, }) => SendData( amount: amount ?? this.amount, address: address ?? this.address, );