BatchAppData class

A class representing batch application data.

Constructors

BatchAppData.new({required List<BatchItem> batch, AppDataContext? context})
Creates a new instance of BatchAppData.

Properties

batch List<BatchItem>
The batch items.
getter/setter pair
context AppDataContext?
The context.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts the batch application data to a JSON representation.
toString() String
A string representation of this object.
inherited

Operators

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