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