toJson method

Map toJson()
override

データをJSON化する

Implementation

Map toJson() {
  return {
    '__type': 'Pointer',
    'className': 'user',
    'objectId': this.get('objectId')
  };
}