GetRelationshipsOutput constructor
- @JsonSerializable(includeIfNull: false)
- String? actor,
- @UGetRelationshipsRelationshipConverter() required List<
UGetRelationshipsRelationship> relationships, - @JsonKey(name: r'$unknown') Map<
String, dynamic> ? $unknown,
Implementation
@JsonSerializable(includeIfNull: false)
const factory GetRelationshipsOutput({
String? actor,
@UGetRelationshipsRelationshipConverter()
required List<UGetRelationshipsRelationship> relationships,
/// Contains unknown objects not defined in Lexicon.
@JsonKey(name: r'$unknown') Map<String, dynamic>? $unknown,
}) = _GetRelationshipsOutput;