id property

String id

Implementation

String get id {
  return '${moveId.name}#'
      '${destLocation.latitude},${destLocation.longitude},$destZoom'
      '${customId == null ? '' : '#$customId'}';
}