JvmName constructor

const JvmName(
  1. String name
)

Specifies the name for the Java class or method which is generated from this element.

Implementation

const JvmName(this.name);