NameServiceUpdateLayout constructor
Constructs a NameServiceUpdateLayout instance with the specified input data and offset.
Implementation
NameServiceUpdateLayout({required List<int> inputData, required this.offset})
: inputData = BytesUtils.toBytes(inputData, unmodifiable: true);