DataTypeSamplingScheme class abstract

Specifies the sampling scheme for a data type, including possible options, defaults, and constraints.

Constructors

DataTypeSamplingScheme(String type, SamplingConfiguration defaultSamplingConfiguration)

Properties

defaultSamplingConfiguration SamplingConfiguration
The default configuration to use when no other configuration is specified.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
The data type this sampling scheme relates to.
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.
inherited

Operators

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