build method

  1. @override
RawApiMap build()
override

Returns built response for api

Implementation

@override
RawApiMap build() => {
  "name": this.name,
  "type": this.type.value,
  if (this.type == ActivityType.streaming) "url": this.url,
};