JarObject constructor

JarObject({
  1. required Map<String, JarSchema> fields,
})

Implementation

JarObject({required this.fields});