Creates a layout structure for serialization.
@override Layout<Map<String, dynamic>> createLayout({String? property}) { return LayoutConst.noArgs(property: property); }