$id property

String? get $id
inherited

A unique identifier for the schema.

Implementation

@JsonKey(includeIfNull: false, includeFromJson: false, includeToJson: false) Map<String, dynamic>? get extensions;/// A unique identifier for the schema.
 String? get $id;