tableName property

String tableName
getter/setter pair

the data of model to insert or update on database the table name of model

Implementation

//Map<String, dynamic> data;

/// the table name of model
String tableName;