id property

  1. @JsonKey(name: 'id')
String? get id
inherited

The ID of the DomainBlock in the database.

Implementation

@JsonKey(name: 'id')
String? get id => throw _privateConstructorUsedError;