LhrEntity class

Message containing an Entity.

Constructors

LhrEntity({String? category, String? homepage, bool? isFirstParty, bool? isUnrecognized, String? name, List<String>? origins})
LhrEntity.fromJson(Map json_)

Properties

category String?
An optional category name for the entity.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
homepage String?
An optional homepage URL of the entity.
getter/setter pair
isFirstParty bool?
An optional flag indicating if the entity is the first party.
getter/setter pair
isUnrecognized bool?
An optional flag indicating if the entity is not recognized.
getter/setter pair
name String?
Name of the entity.
getter/setter pair
origins List<String>?
A list of URL origin strings that belong to this entity.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited