Reference class

Represents a reference to a resource.

Constructors

Reference({String? kind, String? referenceType, String? referrer, String? target})
Reference.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
kind String?
Type of the resource.
getter/setter pair
referenceType String?
A description of the reference type with no implied semantics.
getter/setter pair
referrer String?
URL of the resource which refers to the target.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
target String?
URL of the resource to which this reference points.
getter/setter pair

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