TransferDevice constructor

TransferDevice({
  1. required String ipAddress,
  2. required String userAgent,
})

Implementation

TransferDevice({
  required this.ipAddress,
  required this.userAgent,
});