toJson static method
- Rx<
SendingStatus> value
Returns a String representing the value
.
Implementation
static String toJson(Rx<SendingStatus> value) => value.value.name;
Returns a String representing the value
.
static String toJson(Rx<SendingStatus> value) => value.value.name;