toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() => {'x': x, 'y': y, 'z': z, 'timestamp': timestamp};