Artifact class
Constructors
-
Artifact({required String path, required DateTime createdAt, required DateTime updatedAt, String? id, String? sourcePath, String? sourceContext, String? context, String? mimeType, Map<String, dynamic>? metadata, String? author, String? rootPath, DateTime? deletedAt})
-
-
Artifact.fromJson(Map<String, dynamic> json)
-
factory
Methods
-
copyWith({String? id, String? sourcePath, String? sourceContext, String? path, DateTime? createdAt, DateTime? updatedAt, String? context, String? mimeType, Map<String, dynamic>? metadata, String? author, String? rootPath, DateTime? deletedAt})
→ Artifact
-
-
deleted()
→ Artifact
-
-
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
-
unDeleted()
→ Artifact
-