static Layout<Map<String, dynamic>> layout({String? property}) { return LayoutConst.struct([ LayoutConst.bcsBytes(property: "key"), ], property: property); }