ready static method
Implementation
static ready(ID id) => GoogleMapsMarkerEntity(
id: id,
position: const AdvancedLatLng(
latitude:
StaticTypeInput<double>(value: 0, type: FGeneralTypeEnum.double),
longitude:
StaticTypeInput<double>(value: 0, type: FGeneralTypeEnum.double),
),
title: const StaticTypeInput<String>(
value: 'Title', type: FGeneralTypeEnum.text),
snippet: const StaticTypeInput<String>(
value: 'Snippet', type: FGeneralTypeEnum.text),
);