Picture

data class Picture(val fileName: String)

Contains the filename for an available picture

Parameters

fileName

The fileName (incl. extension) of an available picture

Constructors

Link copied to clipboard
constructor(fileName: String)

Properties

Link copied to clipboard