props property

List<Object?> get props

Implementation

List<Object?> get props => [
      ownerID,
      title,
      homeURL,
      email,
      description,
      appStatus,
      anonymousProfilePhotoId,
      homePages,
      logoId,
      styleFamily,
      styleName,
      autoPrivileged1,
      isFeatured,
      includeShippingAddress,
      includeInvoiceAddress,
      includeSubscriptions,
      welcomeMessage,
    ];