QuickbaseApp constructor

QuickbaseApp({
  1. String? id,
  2. String? name,
})

Implementation

QuickbaseApp({
  this.id, this.name
});