status property

  1. @TagNumber.new(4)
int get status

The response code indicating the status of the response. Examples: 200, 404.

Implementation

@$pb.TagNumber(4)
$core.int get status => $_getIZ(3);
  1. @TagNumber.new(4)
set status (int value)

Implementation

@$pb.TagNumber(4)
set status($core.int value) => $_setSignedInt32(3, value);