toJson method

  1. @override
Object? toJson(
  1. Rx<String> object
)

Implementation

@override
Object? toJson(object) => object.value;