props property

List<Object?> props

Implementation

List<Object?> get props => [
      appId,
      title,
      about,
      price,
      weight,
      shopId,
      images,
      posSize,
    ];