toJSON method

  1. @override
dynamic toJSON()
override

Implementation

@override
toJSON() {
  return _value?.toJSON();
}