SampleStats class

Constructors

SampleStats({int totalSamples = 0, int dartpadSamples = 0, int snippetSamples = 0, int applicationSamples = 0, int wordCount = 0, int lineCount = 0, int linkCount = 0, String description = ''})
const

Properties

allOneKind bool
no setter
applicationSamples int
final
dartpadSamples int
final
description String
final
hashCode int
The hash code for this object.
no setterinherited
lineCount int
final
linkCount int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
snippetSamples int
final
totalSamples int
final
wordCount int
final

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