Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Malandruccolo committed Jul 10, 2024
1 parent 26c3ad2 commit f1f2c50
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions samples/admob/mediation_example/lib/app_bar_item.dart
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
/// Example app bar class.
class AppBarItem {
/// Helper variable for the ad inspector button text.
static const adInpsectorText = 'Ad Inspector';

/// Button text.
final String label;
/// Button value.
final int value;

/// Initialize the class.
AppBarItem(this.label, this.value);
}

0 comments on commit f1f2c50

Please sign in to comment.