UDbAdminIndexResponse constructor

UDbAdminIndexResponse({
  1. required String name,
  2. required String definition,
  3. required bool isUnique,
  4. required bool isPrimary,
})

Implementation

UDbAdminIndexResponse({
  required this.name,
  required this.definition,
  required this.isUnique,
  required this.isPrimary,
});