all property

  1. @JsonKey(name: 'all')
Map<String, Offering> all
inherited

Map of all Offerings Offering objects keyed by their identifier.

Implementation

@JsonKey(name: 'all')
Map<String, Offering> get all => throw _privateConstructorUsedError;