GraphGetRelationshipsInput constructor
- @JsonSerializable(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory GraphGetRelationshipsInput({
/// Primary account requesting relationships for.
required String actor,
List<String>? others,
Map<String, dynamic>? $unknown,
}) = _GraphGetRelationshipsInput;