emo / me.eater.emo.emo.dto.repository / MutableRepository

MutableRepository

class MutableRepository : Repository

Constructors

<init>

MutableRepository(name: String, description: String = "", : String? = null, links: Links = Links(), modpacks: MutableMap<String, ModpackWithVersions> = mutableMapOf())

Properties

modpacks

val modpacks: MutableMap<String, ModpackWithVersions>

Inherited Properties

description

val description: String

links

val links: Links

logo

val logo: String?

name

val name: String

Inherited Functions

toJson

fun toJson(): String