frontVizImage property
VIZImage?
get
frontVizImage
Implementation
VIZImage? get frontVizImage => _map["frontVizImage"] == null
? null
: VIZImage?.fromJson(_map["frontVizImage"]);
VIZImage? get frontVizImage => _map["frontVizImage"] == null
? null
: VIZImage?.fromJson(_map["frontVizImage"]);