FallbackNotice constructor
const
FallbackNotice({})
Creates a notice.
Implementation
const FallbackNotice({
required this.kind,
required this.fromModel,
this.toModel,
this.apiKeyName,
required this.delay,
required this.attempt,
required this.reason,
});