ApiClass

constructor(name: String, packageName: String, type: String, methods: List<ApiMethod> = emptyList(), annotations: List<String> = emptyList(), superTypes: List<String> = emptyList(), comment: String? = null)