lookup static method

Map<String, dynamic>? lookup(
  1. String key
)

Implementation

static Map<String, dynamic>? lookup(String key) =>
    all[key] ??
    all['https://peiffer-innovations.github.io/flutter_json_schemas/schemas/json_dynamic_widget/$key.json'];