data.dart 92 Bytes Raw Blame History Permalink 1 2 3 4 5 class CustomData { const CustomData({this.name = '[your name]'}); final String name; }