isSafeField method
Implementation
bool isSafeField(_FieldInfo info) =>
info.type == "String" ||
info.type == "String?" ||
info.type == "int" ||
info.type == "int?" ||
info.type == "double" ||
info.type == "double?" ||
info.type == "bool" ||
info.type == "bool?";