sqliteSelfTestDescription property

  1. @override
String get sqliteSelfTestDescription
override

Sub-headline of SqliteTestPage.

In en, this message translates to: 'Runs a minimal query and shows the result.'

Implementation

@override
String get sqliteSelfTestDescription =>
    'Runs a minimal query and shows the result.';