Ruleset class

Ruleset is an immutable copy of Source with a globally unique identifier and a creation time.

Constructors

Ruleset({String? createTime, Metadata? metadata, String? name, Source? source})
Ruleset.fromJson(Map _json)

Properties

createTime String?
Time the Ruleset was created.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
metadata Metadata?
The metadata for this ruleset.
getter/setter pair
name String?
Name of the Ruleset.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source Source?
Source for the Ruleset.
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