response property
- @JsonKey(toJson: null, fromJson: null, includeFromJson: false, includeToJson: false)
inherited
Implementation
@JsonKey(
toJson: null,
fromJson: null,
includeFromJson: false,
includeToJson: false)
Response<dynamic>? get response => throw _privateConstructorUsedError;
- @JsonKey(toJson: null, fromJson: null, includeFromJson: false, includeToJson: false)
inherited
Implementation
@JsonKey(
toJson: null,
fromJson: null,
includeFromJson: false,
includeToJson: false)
set response(Response<dynamic>? value) => throw _privateConstructorUsedError;