listProperties method

void listProperties({
  1. int? id,
})

Implementation

void listProperties({int? id}) => send('listProperties', id: id);