withValue method
Implementation
NimbostratusDocumentSnapshot<T> withValue(T? value) {
return NimbostratusDocumentSnapshot<T>(
reference: reference,
value: value,
stream: stream,
);
}
NimbostratusDocumentSnapshot<T> withValue(T? value) {
return NimbostratusDocumentSnapshot<T>(
reference: reference,
value: value,
stream: stream,
);
}