type property
String?
get
type
The type of the bundle (e.g., transaction, batch, history)
Implementation
String? get type => typeField.getValue(json);
The type of the bundle (e.g., transaction, batch, history)
String? get type => typeField.getValue(json);