MapsObjectId<T> constructor
const
MapsObjectId<T> (
- String value
Creates an immutable object representing a T
among StreetView
Ts.
An AssertionError will be thrown if value
is null.
Implementation
const MapsObjectId(this.value) : assert(value != null);