toJson method

  1. @override
int toJson()
override

Implementation

@override
int toJson(){
  return serialize(null);
}