toJSON method

  1. @override
dynamic toJSON()
override

Implementation

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