mirror of
https://github.com/flutter/samples.git
synced 2025-11-09 14:28:51 +00:00
Adding tests, tweaking built_value code. (#5)
This commit is contained in:
@@ -22,10 +22,13 @@ abstract class BuiltSimpleObject
|
||||
@nullable
|
||||
double get aDouble;
|
||||
|
||||
@nullable
|
||||
BuiltList<String> get aListOfStrings;
|
||||
|
||||
@nullable
|
||||
BuiltList<int> get aListOfInts;
|
||||
|
||||
@nullable
|
||||
BuiltList<double> get aListOfDoubles;
|
||||
|
||||
BuiltSimpleObject._();
|
||||
|
||||
Reference in New Issue
Block a user