Components.fromJson constructor

Components.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory Components.fromJson(Map<String, dynamic> json) =>
    fromJsonWithLogging(json, _$ComponentsFromJson);