addTag method

RestActionAble addTag(
  1. String tag
)

Adds a tag to the entity

entity.addTag('objDTest').queue()

Implementation

RestActionAble addTag(String tag) =>
    StraitWidget.builder.create(Tag(tag, entity: this, value: true));