build method

  1. @override
Map<String, String> build()
override

Implementation

@override
Map<String, String> build() => {
      "name": name,
      "description": description,
      "tags": tags,
    };