Room Sync Account Data
@JsonClass(generateAdapter = true )
Content copied to clipboard
Constructors
Link copied to clipboard
fun RoomSyncAccountData(@Json(name = "events" ) events: List<Event>? = null)
Content copied to clipboard