MCPcopy
hub / github.com/firebase/codelab-friendlychat-web / StopObject

Class StopObject

webframework/src/app/models/travel.model.ts:48–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48export class StopObject implements Stop {
49 id!: string;
50 visitDate!: Timestamp;
51 mood: number = 1;
52 blogText: string = '';
53 image!: string;
54 location!: Geolocation;
55 type: StopType | string = 'STOP';
56 title: string = '';
57}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected