LddCommand_SelectCharset constructor

const LddCommand_SelectCharset({
  1. required LddCharset charset,
})

Implementation

const factory LddCommand_SelectCharset({required final LddCharset charset}) =
    _$LddCommand_SelectCharsetImpl;