JarArray<T> constructor

JarArray<T>(
  1. JarSchema<T, JarSchema<T, dynamic>>? elementSchema
)

Implementation

JarArray(this.elementSchema);