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