String name = person.name ?? "Adam"
pages[0]?.contributors[0]?.authorDetails?.basicInfo?.firstName ??
String name ??= "arpit"
Create an object and set its variables and return the main object that was created
Point p = Point()
..x = 4
..y = 5;
CropRectPainter(this.rect, {this.scaleSize}) : assert(rect != null);
CropRectPainter(this.rect, {@required String scaleSize});