responseCode property

String get responseCode

Implementation

String get responseCode => _responseCode;
set responseCode (String value)

Implementation

set responseCode(String value) {
  _responseCode = value;
}