Line data Source code
1 : class Model { 2 2 : Model({ 3 : required this.id, 4 : }); 5 : 6 : final String id; 7 : }