DioLinkResponseContext constructor Null safety

const DioLinkResponseContext(
  1. {required int statusCode}
)

Implementation

const DioLinkResponseContext({
  required this.statusCode,
});