toJson method

Map toJson()
override

JSON化する

Implementation

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