id property

  1. @BuiltValueField(wireName: r'id')
String? id

The error ID Useful when trying to identify various errors in application logic.

Implementation

@BuiltValueField(wireName: r'id')
String? get id;