ManifestCreateResult class final
Manifest create result from POST /libpod/manifests/{name}.
Constructors
-
ManifestCreateResult({required String id, required Map<
String, Object?> raw}) -
Creates manifest create result.
const
-
ManifestCreateResult.fromJson(Map<
String, Object?> json) -
Builds ManifestCreateResult from JSON.
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited