toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final childrenObjectIds = this.childrenObjectIds;
  final groupObjectId = this.groupObjectId;
  return {
    'childrenObjectIds': ?childrenObjectIds,
    'groupObjectId': ?groupObjectId,
  };
}