Attributes.fromJson constructor

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

Implementation

Attributes.fromJson(Map<String, dynamic> json) {
  bucket = json['bucket'];
  filePath = json['filePath'];
}