JsonAttribute constructor

JsonAttribute(
  1. String type, {
  2. String? cast,
})

Implementation

JsonAttribute(this.type, {this.cast});