fromJson method

  1. @override
RxString fromJson(
  1. String json
)

Implementation

@override
RxString fromJson(String json) => RxString(json);