SplitView class

Constructors

SplitView(String name, String trafficType, bool killed, List<String> treatments, int changeNumber, Map<String, String> configs, [String defaultTreatment = '', List<String> sets = const []])

Properties

changeNumber int
getter/setter pair
configs Map<String, String>
getter/setter pair
defaultTreatment String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
killed bool
getter/setter pair
name String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sets List<String>
getter/setter pair
trafficType String
getter/setter pair
treatments List<String>
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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

Static Methods

fromEntry(Map? entry) SplitView?