AttributeObject constructor
AttributeObject({})
Implementation
AttributeObject({
required this.key,
required this.type,
required this.status,
required this.error,
required this.xrequired,
this.array,
required this.$createdAt,
required this.$updatedAt,
});