internal property
        
        Future<void>  Function(Sender via, {StringCell? body, bool? bounce, SendMode? sendMode, required StringBigInt value})
        internal
        
      
      
getter/setter pairinherited
      Implementation
Future<void> Function(
  Sender via, {
  required StringBigInt value,
  bool? bounce,
  SendMode? sendMode,
  StringCell? body,
}) internal;