NUIDBEntityWithAction constructor
NUIDBEntityWithAction({
- required String tableName,
- NUIDBEntityMapper? entity,
- String? action,
Implementation
NUIDBEntityWithAction({required this.tableName, this.entity, this.action});