lib
jvm
lib
/
app.cash.nostrino.model
/
EventTag
Event
Tag
jvm
data
class
EventTag
(
val
eventId
:
ByteString
)
:
Tag
Members
Constructors
Event
Tag
Link copied to clipboard
jvm
constructor
(
eventId
:
ByteString
)
Properties
event
Id
Link copied to clipboard
jvm
val
eventId
:
ByteString
Functions
to
Json
List
Link copied to clipboard
jvm
open
override
fun
toJsonList
(
)
:
List
<
String
>