sent_to abstract method

String sent_to(
  1. String value
)

Message showing where code was sent

In en, this message translates to: 'Sent to {value}'

Implementation

String sent_to(String value);