Returns data as a List
List<String> get hexData { return data.map((e) => e.toRadixString(16)).toList(); }