globalState property

  1. @JsonKey(name: 'global-state', defaultValue: [])
List<TealKeyValue> globalState
final

global schema

Implementation

@JsonKey(name: 'global-state', defaultValue: [])
final List<TealKeyValue> globalState;