ErrorInternetFetchingSubtitle constructor

const ErrorInternetFetchingSubtitle(
  1. int? code,
  2. String? message
)

Implementation

const ErrorInternetFetchingSubtitle(this.code, this.message);