TestVectorInt class final
A simple object containing a vector of numbers; for testing only
- Inheritance
- Available extensions
- Annotations
-
- @immutable
Constructors
-
TestVectorInt({required List<
int> value})
Properties
Methods
-
copyWith(
{List< int> ? value}) → TestVectorInt -
Available on TestVectorInt, provided by the TestVectorIntExtensions extension
-
getConstructor(
) → String -
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.
override
Static Methods
-
fromJson(
Map< String, dynamic> ? json) → TestVectorInt?
Constants
- constructor → const String