menu
googleapis package
documentation
blogger/v3.dart
PostLocation
PostLocation constructor
PostLocation constructor
dark_mode
light_mode
PostLocation
constructor
PostLocation
(
{
double
?
lat
,
double
?
lng
,
String
?
name
,
String
?
span
,
})
Implementation
PostLocation({ this.lat, this.lng, this.name, this.span, });
googleapis package
documentation
blogger/v3
PostLocation
PostLocation constructor
PostLocation class