interceptorCall property

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

Implementation

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