toJson method

Map<String, Object?> toJson()

Implementation

Map<String, Object?> toJson() => {
  'subjectKind': subjectKind,
  'subjectId': subjectId,
  'target': target,
  'role': role,
  'variant': variant,
  'slot': slot,
};