mirror of
https://github.com/esiur/esiur-dart.git
synced 2026-04-03 17:58:21 +00:00
enum
This commit is contained in:
@@ -122,7 +122,7 @@ class DataSerializer {
|
||||
return DataSerializerComposeResults(
|
||||
TransmissionTypeIdentifier.Null, DC(0));
|
||||
|
||||
var cts = template.constants.where((x) => x.value == value);
|
||||
var cts = template.constants.where((x) => x.value == value.value);
|
||||
|
||||
if (cts.isEmpty)
|
||||
return DataSerializerComposeResults(
|
||||
|
||||
Reference in New Issue
Block a user