NumericResult class

Inheritance
Annotations
  • @JsonSerializable()

Constructors

NumericResult()
NumericResult.fromJson(Map<String, dynamic> json)
factory
NumericResult.withId()

Properties

filename String
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pairinherited
resultProperty DataReference<num>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
getter/setter pairinherited

Methods

getHeaders(Study studySpec) List<String>
override
getValues(StudySubject subject) List
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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

Constants

studyResultType → const String