withExtras method Null safety
- Json extras
Returns the defaultConfig with the provided extras
Implementation
static Config withExtras(Json extras) {
final config = defaultConfig;
config.extras = extras;
return config;
}
Returns the defaultConfig with the provided extras
static Config withExtras(Json extras) {
final config = defaultConfig;
config.extras = extras;
return config;
}