app_title property

  1. @override
String get app_title
override

No description provided for @app_title.

In en, this message translates to: 'My First Application'

Implementation

@override
String get app_title => 'My First Application';