removeTag method

RestActionAble removeTag(
  1. String tag
)

Removes a tag from the entity

entity.removeTag('objDTest').queue()

Implementation

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