resultJson property

String? get resultJson

Implementation

String? get resultJson => _$this._resultJson;
set resultJson (String? resultJson)

Implementation

set resultJson(String? resultJson) => _$this._resultJson = resultJson;