toJson method

  1. @override
int toJson(
  1. RxInt? value
)
override

Implementation

@override
int toJson(RxInt? value) => _intToJson(value?.value, fallback);