MissingPropertyException constructor

const MissingPropertyException(
  1. String? message
)

Implementation

const MissingPropertyException(super.message);