jsonMap method

  1. @override
Map<String, Object> jsonMap()

Implementation

@override
Map<String, Object> jsonMap() => new Map<String, Object>()
  ..['frame'] = frame
  ..['sequenceNumber'] = sequenceNumber
  ..['position'] = positionalInformation.toString();