fromJson method

  1. @override
RxInt fromJson(
  1. int json
)

Implementation

@override
RxInt fromJson(int json) => RxInt(json);