mapValues method

Map<String, dynamic> mapValues()

Implementation

Map<String, dynamic> mapValues() {
  return schema.mapValues();
}