IdOrKeyBean constructor

IdOrKeyBean({
  1. int? id,
  2. String? key,
})

Implementation

IdOrKeyBean({this.id, this.key});