response property

  1. @JsonKey(toJson: null, fromJson: null, includeFromJson: false, includeToJson: false)
Response? response
inherited

Implementation

@JsonKey(
    toJson: null,
    fromJson: null,
    includeFromJson: false,
    includeToJson: false)
Response<dynamic>? get response => throw _privateConstructorUsedError;