init method

dynamic init()

Implementation

init() {
  RequestRepository.requestParamList((data) => {_saveParamModel(data)});
}