PathAttribute.fromJson constructor

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

Implementation

factory PathAttribute.fromJson(
  Map<String, dynamic> json,
) =>
    _$PathAttributeFromJson(json);