errorDebug property

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

Error Debug Information Only available in dev mode.

Implementation

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