Converts the object into a Layout for serialization.
@override Layout<Map<String, dynamic>> toLayout({String? property}) { return layout(property: property); }