abstract fun makeTopic(topicContent: String!): Topic!
Create a new Topic object.
topicContent
- String!: The content of the Topic
RuntimeException
- The syntax of the topic given in topicContent is incorrect.
Return
Topic!: A topic object.
Since
1