imagePaths property

List<String>? imagePaths
final

An optional value that if non-null, contains a path that will point to an image resource. The resource contained in the path is deleted if it exists in the file system.

Implementation

final List<String>? imagePaths;