imagePath property

String? imagePath
final

The path to the image relative to the API base URL.

If provided, this path will be appended to the base API URL. Either image or imagePath should be provided, but not both.

Implementation

final String? imagePath;