toFormResult method

Future<FormResultFree> toFormResult(
  1. Map<String, Object?> document
)

Implementation

Future<FormResultFree> toFormResult(Map<String, Object?> document) async {
  return await validate(document);
}