build method

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

Implementation

@override
Map<String, Object?> build() => {
      if (!identical(description, sentinelString)) "description": description ?? '',
      if (name != null) "name": name,
      if (tags != null) "tags": tags,
    };