OthersEvidence constructor
- @JsonSerializable(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory OthersEvidence({
required String type,
required List<String> document_ids,
}) = _OthersEvidence;
@JsonSerializable(includeIfNull: false)
const factory OthersEvidence({
required String type,
required List<String> document_ids,
}) = _OthersEvidence;