name property

String? name
final

The name of the Swift class.

By default, generated code will use the same name as the class in the Dart pigeon file.

Implementation

final String? name;