InstanceState constructor

InstanceState({
  1. int? code,
  2. String? name,
})

Implementation

InstanceState({
  this.code,
  this.name,
});