initialize method Null safety

dynamic initialize()

Implementation

initialize(){
  throw UnimplementedError('inicilaze has not been implemented.');
}