props property

List<Object?> props

Implementation

List<Object?> get props => [
      appId,
      authorId,
      base,
      ext,
      url,
      ref,
      urlThumbnail,
      refThumbnail,
      conditions,
      mediumType,
      mediumWidth,
      mediumHeight,
      thumbnailWidth,
      thumbnailHeight,
      relatedMediumId,
    ];