KotlinConstructor constructor
KotlinConstructor({
- required String name,
- required String descriptor,
- List<
KotlinValueParameter> valueParameters = const [], - required int flags,
Implementation
KotlinConstructor({
required this.name,
required this.descriptor,
this.valueParameters = const [],
required this.flags,
});