ParseUser constructor
Constructs a new ParseUser with no data in it. A ParseUser constructed in this way will not have an objectId and will not persist to the database until register is called.
Implementation
ParseUser({String objectId, dynamic json})
: super(keyParseClassName, objectId: objectId, json: json);