code property

  1. @BuiltValueField(wireName: r'code')
num? get code

This is the same as the HTTP status of the response.

Implementation

@BuiltValueField(wireName: r'code')
num? get code;