Zoo class

Available extensions
Annotations

Constructors

Zoo({List<Animal> animals = const []})
const

Properties

animals List<Animal>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
to ArtifactModelExporter

Available on Zoo, provided by the $Zoo extension

no setter

Methods

copyWith({List<Animal>? animals, bool resetAnimals = _F, List<Animal>? appendAnimals, List<Animal>? removeAnimals}) Zoo

Available on Zoo, provided by the $Zoo extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>

Available on Zoo, provided by the $Zoo extension

toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited