entity property

  1. @BuiltValueField.new(wireName: r'entity')
CapabilityProblemEntity? get entity

Contains the type of the entity and the corresponding ID.

Implementation

@BuiltValueField(wireName: r'entity')
CapabilityProblemEntity? get entity;