DescribeMessage.portal constructor

DescribeMessage.portal({
  1. String portalName = '',
})

Implementation

DescribeMessage.portal({String portalName = ''})
    : _name = portalName,
      _isPortal = true;