formatLog static method

String formatLog(
  1. LocationDto locationDto
)

Implementation

static String formatLog(LocationDto locationDto) =>
    '${dp(locationDto.latitude, 4).toString()} ${dp(locationDto.longitude, 4).toString()}';