DocumentsModel class
Constructors
-
DocumentsModel({required DateTime createdAt, String? id, Map<String, dynamic>? metadata, required String name, required String path, String? referenceNumber, int? size, required String type, required DateTime updatedAt, required String url})
-
-
DocumentsModel.fromJson(Map<String, dynamic> json)
-
factory
Methods
-
copyWith({DateTime? createdAt, String? id, Map<String, dynamic>? metadata, String? name, String? path, String? referenceNumber, int? size, String? type, DateTime? updatedAt, String? url})
→ DocumentsModel
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson()
→ Map<String, dynamic>
-
-
toString()
→ String
-
A string representation of this object.
inherited