examples property
An object to hold reusable Example Objects.
Implementation
@JsonKey(includeIfNull: false, includeFromJson: false, includeToJson: false) Map<String, dynamic>? get extensions;/// An object to hold reusable Example Objects.
Map<String, Example>? get examples;