NoSuchPropertyException constructor

const NoSuchPropertyException({
  1. Exception? cause,
})

Implementation

const NoSuchPropertyException({this.cause});