Admin constructor

Admin({
  1. String? iso31661Alpha3,
  2. String? iso31661,
})

Implementation

Admin({this.iso31661Alpha3, this.iso31661});