response property

String? get response

Implementation

String? get response => _$this._response;
set response (String? response)

Implementation

set response(String? response) => _$this._response = response;