-
-
Save KatieBarnett/ac2dc1096815882e67a94bbab39e1d85 to your computer and use it in GitHub Desktop.
Custom GlanceStateDefinition - Serialized state
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Serializable | |
data class WidgetState( | |
val topicName: String, | |
val quote: Quote, | |
) | |
@Serializable | |
data class Quote( | |
val text: String | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment