AppVersion constructor

AppVersion({
  1. String? id,
  2. String? name,
  3. String? code,
})

Implementation

AppVersion({this.id, this.name, this.code});