type property

String? get type

The type of the bundle (e.g., transaction, batch, history)

Implementation

String? get type => typeField.getValue(json);