toJSON method

  1. @override
dynamic toJSON()
override

Implementation

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