AppShopifyCollection constructor

AppShopifyCollection({
  1. String? collectionId,
  2. int? position,
})

Implementation

AppShopifyCollection({this.collectionId, this.position});