AnnotationValue class

Value of a segment annotation. Has one of three value types: Number, Boolean, or String.

Constructors

AnnotationValue({bool? booleanValue, double? numberValue, String? stringValue})
AnnotationValue.fromJson(Map<String, dynamic> json)
factory

Properties

booleanValue bool?
Value for a Boolean annotation.
final
hashCode int
The hash code for this object.
no setterinherited
numberValue double?
Value for a Number annotation.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringValue String?
Value for a String annotation.
final

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