recordId property

  1. @JsonKey.new(includeFromJson: false, includeToJson: false)
String? get recordId

Stable identifier of the source record, if available.

Implementation

@JsonKey(includeFromJson: false, includeToJson: false)
String? get recordId => null;