BehaviorInstanceDependee class

A behavior instance's dependee.

Constructors

BehaviorInstanceDependee({required String type, required Relative target, required String level})
Creates a BehaviorInstanceDependee object.
BehaviorInstanceDependee.empty()
Creates an empty BehaviorInstanceDependee object.
BehaviorInstanceDependee.fromJson(Map<String, dynamic> dataMap)
Creates a BehaviorInstanceDependee object from the JSON response to a GET request.
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
level String
The level of importance of this dependee.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
target Relative
Id of the dependency resource (target).
final
type String
Describes the type of this dependee.
final

Methods

copyWith({String? type, Relative? target, String? level}) BehaviorInstanceDependee
Returns a copy of this object with its field values replaced by the ones provided to this method.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson({OptimizeFor optimizeFor = OptimizeFor.put}) Map<String, dynamic>
Converts this object into JSON format.
toString() String
A string representation of this object.
override

Operators

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