init method

dynamic init(
  1. Config configs
)

Implementation

init(Config configs){
  config = configs;
}