Sample class
Represents a sample of performance data.
Constructors
- Sample.new({String? arn, SampleType? type, String? url})
-
Sample.fromJson(Map<
String, dynamic> json) -
factory
Properties
- arn → String?
-
The sample's ARN.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → SampleType?
-
The sample's type.
final
- url → String?
-
The presigned Amazon S3 URL that can be used with a GET request to download
the sample's file.
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