FcFilePickerPath.fromJson constructor

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

Implementation

FcFilePickerPath.fromJson(Map<String, dynamic> json)
    : name = json['name'],
      path = json['path'],
      uri = json['uri'];