Files.fromJson constructor
Files.fromJson(
- dynamic json
Implementation
Files.fromJson(dynamic json) {
_file = json['file'];
_title = json['title'];
}
Files.fromJson(dynamic json) {
_file = json['file'];
_title = json['title'];
}