idl property

Record idl
getter/setter pair

Implementation

static Record idl = IDL.Record({
  'max_message_size_bytes': IDL.Opt(IDL.Nat32),
  'node_max_memory_size_bytes': IDL.Opt(IDL.Nat32),
  'controller_id': IDL.Principal,
});