RemoteConfigGist constructor
RemoteConfigGist({})
Implementation
RemoteConfigGist({
required this.gistId,
required this.filename,
this.defaultConfig = const {},
this.fetchInterval = const Duration(hours: 1),
this.timeout = const Duration(seconds: 10),
});