PriorityLevelConfigurationReference.fromJson constructor

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

Creates a PriorityLevelConfigurationReference from JSON data.

Implementation

PriorityLevelConfigurationReference.fromJson(Map<String, dynamic> json)
    : this(
        name: json['name'],
      );