props property

List<Object?> props

Implementation

List<Object?> get props => [
      appId,
      description,
      bodyComponents,
      imageId,
      imagePositionRelative,
      imageAlignment,
      imageWidth,
      conditions,
    ];