factory FieldOptions.fromMap(Map<String, dynamic> map) { return FieldOptions(map["module"], mode: map["mode"], arg: map["arg"]); }