FSFolder

class FSFolder(val name: String, val entries: List<FSEntry>) : FSEntry

Constructors

Link copied to clipboard
constructor(name: String, entries: List<FSEntry>)

Properties

Link copied to clipboard
Link copied to clipboard