FontFile

data class FontFile(val name: String? = null, val size: Long, val dateCreated: DateTime, val dateModified: DateTime)

Class FontFile.

Constructors

Link copied to clipboard
constructor(name: String? = null, size: Long, dateCreated: DateTime, dateModified: DateTime)

Properties

Link copied to clipboard

The date created.

Link copied to clipboard

The date modified.

Link copied to clipboard
val name: String? = null

The name.

Link copied to clipboard
val size: Long

The size.