ShopifySharpMetaField constructor

const ShopifySharpMetaField({
  1. DateTime? createdAt,
  2. DateTime? updatedAt,
  3. String? key,
  4. dynamic value,
  5. String? type,
  6. String? namespace,
  7. String? description,
  8. int? ownerId,
  9. String? ownerResource,
  10. int? id,
  11. String? adminGraphqlApiId,
})

Implementation

const ShopifySharpMetaField({
  this.createdAt,
  this.updatedAt,
  this.key,
  this.value,
  this.type,
  this.namespace,
  this.description,
  this.ownerId,
  this.ownerResource,
  this.id,
  this.adminGraphqlApiId,
});