register static method

void register()

Register function to convert from a Map data

Implementation

static void register() {
  Validator.registered['true'] =
      ValidatorRegister(creator: () => ValidatorTrue());
}