ProvidersSyncProvider class final

One synced provider's metadata (never a key).

Constructors

ProvidersSyncProvider({required String name, required String apiType, required String baseUrl, required String modelId, required String provenance})
const

Properties

apiType String
final
baseUrl String
final
hashCode int
The hash code for this object.
no setterinherited
modelId String
final
name String
final
provenance String
synced-from-cli@<host> — where this entry came from.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromJson(Map<String, dynamic> json) ProvidersSyncProvider?
Decodes one entry; null on a shape it cannot trust (missing name or baseUrl). Unknown fields ignored.