setAll method

  1. @override
void setAll(
  1. Map<String, String?> configs
)
override

Allow to set all values into config values

Implementation

@override
void setAll(Map<String, String?> configs) {
  _configs.addAll(configs);
}