Sample class
- Annotations
Constructors
-
Sample({required int id, required String kind, required String label, required String type, required String owner, required String scope, required int updatedAt, required String note, String? status, String? value, int? listeners, int? dependencies, int? writes, int? runs, int? lastDurationUs, String? operation, List<
CollectionDelta> ? deltas, int? mutations}) -
const
-
Sample.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
deltas
→ List<
CollectionDelta> ? -
final
- dependencies → int?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → int
-
final
- kind → String
-
final
- label → String
-
final
- lastDurationUs → int?
-
final
- listeners → int?
-
final
- mutations → int?
-
final
- note → String
-
final
- operation → String?
-
final
- owner → String
-
final
- runs → int?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scope → String
-
final
- status → String?
-
final
- type → String
-
final
- updatedAt → int
-
final
- value → String?
-
final
- writes → int?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited