toJSON method

  1. @override
dynamic toJSON(
  1. Observable<int>? object,
  2. SerializationContext context
)

Implementation

@override
dynamic toJSON(Observable<int>? object, SerializationContext context) =>
    numberConverter.toJSON(object!.value, context);