VersionedProfileRegistry class
Versioned profile registry.
Constructors
Properties
Methods
-
clear(
) → void - Clear all profiles.
-
get(
String id, {String? version}) → Profile? - Get a specific version.
-
getLatest(
String id) → Profile? - Get the latest version.
-
getVersions(
String id) → List< String> - Get all versions of a profile.
-
has(
String id, {String? version}) → bool - Check if a profile exists.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
register(
Profile profile) → void - Register a profile version.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited