LicenseModel

data class LicenseModel(var name: String = "All Rights Reserved", var url: String? = null) : DataModel(source)

Constructors

Link copied to clipboard
constructor(name: String = "All Rights Reserved", url: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
var url: String?

Functions

Link copied to clipboard
open fun serialize(): Map<String, Any?>