debug property

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

Debug information This field is often not exposed to protect against leaking sensitive information.

Implementation

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