status property

  1. @BuiltValueField.new(wireName: r'status')
String? get status

A status code that indicates the error type.

Implementation

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