init method

void init(
  1. String caller
)

Implementation

void init(String caller) {
  print('-->-->   **  resource-init by:  $caller   ****');
  //  line 35 col 9: Use isEmpty instead of length
  if (resL.isEmpty) {
    resL.addAll([area, car, law, machine, money, office, people, time]);
  }
}