responseResultCallback property

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

Implementation

@JsonKey(
    includeToJson: false,
    includeFromJson: false,
    fromJson: null,
    toJson: null)
ResponseResultCallback? get responseResultCallback =>
    throw _privateConstructorUsedError;