JqlQueryFieldEntityProperty class
Details of an entity property.
Constructors
- JqlQueryFieldEntityProperty({required String entity, required String key, required String path, JqlQueryFieldEntityPropertyType? type})
-
JqlQueryFieldEntityProperty.fromJson(Map<
String, Object?> json) -
factory
Properties
- entity → String
-
The object on which the property is set.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → String
-
The key of the property.
final
- path → String
-
The path in the property value to query.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → JqlQueryFieldEntityPropertyType?
-
The type of the property value extraction. Not available if the extraction
for the property is not registered on the instance with the
Entity property
module.
final
Methods
-
copyWith(
{String? entity, String? key, String? path, JqlQueryFieldEntityPropertyType? type}) → JqlQueryFieldEntityProperty -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited