BoundaryState class

Annotations
  • @freezed

Constructors

BoundaryState({@Default(false) bool loading, @Default([]) List<BoundaryModel> boundaryList, @Default([]) List<BoundaryModel> projectBoundaryList, @Default({}) Map<String, BoundaryModel?> selectedBoundaryMap, @Default(false) bool hasSubmitted})
const
factory

Properties

boundaryList List<BoundaryModel>
no setterinherited
copyWith → $BoundaryStateCopyWith<BoundaryState>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
hasSubmitted bool
no setterinherited
loading bool
no setterinherited
projectBoundaryList List<BoundaryModel>
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedBoundaryMap Map<String, BoundaryModel?>
no setterinherited

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