static ListMsg decode(Object result) { result as List<Object?>; return ListMsg( value: result[0] as List<Object?>?, ); }