Index constructor
Index({})
Implementation
Index({
required this.key,
required this.type,
required this.status,
required this.error,
required this.attributes,
this.orders,
required this.$createdAt,
required this.$updatedAt,
});