Condition class

This is deprecated and has no effect.

Do not use.

Constructors

Condition({String? iam, String? op, String? svc, String? sys, List<String>? values})
Condition.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
iam String?
This is deprecated and has no effect.
getter/setter pair
op String?
This is deprecated and has no effect.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
svc String?
This is deprecated and has no effect.
getter/setter pair
sys String?
This is deprecated and has no effect.
getter/setter pair
values List<String>?
This is deprecated and has no effect.
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