getEntity method

String getEntity()

Implementation

String getEntity() {
  return entity.copyWith(tags: [tag]).toString();
}