isDataTypeSupported static method
Implementation
static bool isDataTypeSupported(dynamic dataTypeExample)
{
// Leads to compile error or exception if data type is not supported
TypeMapping().getMutator(dataTypeExample);
return true;
}
static bool isDataTypeSupported(dynamic dataTypeExample)
{
// Leads to compile error or exception if data type is not supported
TypeMapping().getMutator(dataTypeExample);
return true;
}