build method

  1. @override
RawApiMap build()
override

Returns built response for api

Implementation

@override
RawApiMap build() => {
      ...super.build(),
      if (name != null) "name": name,
      if (topic != null) "topic": topic,
      if (nsfw != null) "nsfw": nsfw,
    };