menu
gcloud package
documentation
db.dart
Key<T>
append<U> method
append<U> method
dark_mode
light_mode
append<
U
>
method
Key
<
U
>
append
<
U
>(
Type
modelType
, {
U?
id
,
})
Implementation
Key<U> append<U>(Type modelType, {U? id}) { return Key<U>(this, modelType, id); }
gcloud package
documentation
db
Key<T>
append<U> method
Key class