usesMpScreenFormat property

bool get usesMpScreenFormat

Whether this manifest points at an Mp JSON screen document.

Implementation

bool get usesMpScreenFormat => screenFormat == MiniProgramScreenFormats.mp;