init method

Future<void> init()
override

Implementation

Future<void> init() async {
  await super.init();

  jsonRemoteFieldTools =
      JsonRemoteWaterLineFieldDtoTools(smdSys);
  latestRowsUtils = RestGetLatestRowsUtils(
      localWardenType, remoteWardenType, smd, smdSys, transaction, userTools, defaults);
  await latestRowsUtils.init();
}