UnsupportedMirrorType constructor

UnsupportedMirrorType(
  1. Type mirrorType
)

Implementation

UnsupportedMirrorType(Type mirrorType)
    : message = 'The type ${mirrorType.toString()} is not supported';