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