build method

  1. @override
RawApiMap build()
override

Returns built response for api

Implementation

@override
RawApiMap build() => {
  "name": this.name,
  "description": this.description,
  "tags": this.tags
};