formDependableTableFields constant
Implementation
static const Map<String, String> formDependableTableFields = <String, String>{
clientRetailerId: 'TEXT',
columnID: 'INTEGER',
dependableMandatory: 'TEXT',
dependableValue: 'TEXT',
dependableRegex: 'TEXT',
};