Info constructor
- @JsonSerializable(explicitToJson: true, anyMap: true, includeIfNull: false)
Implementation
@JsonSerializable(
explicitToJson: true,
anyMap: true,
includeIfNull: false,
)
const factory Info({
@JsonKey(name: '_postman_id') String? postmanId,
String? name,
String? schema,
@JsonKey(name: '_exporter_id') String? exporterId,
}) = _Info;